home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-profile.dcr / 00075_down-arrow.ls < prev    next >
Encoding:
Text File  |  2001-07-20  |  255 b   |  17 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if the locV of sprite 18 > -244 then
  4.       set the locV of sprite 18 to the locV of sprite 18 - 5
  5.     end if
  6.     updateStage()
  7.   end repeat
  8. end
  9.  
  10. on mouseEnter
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   cursor(-1)
  16. end
  17.